home *** CD-ROM | disk | FTP | other *** search
- * External textures.
- * In the dxf file the color numbers assigned to the balls are assigned a
- * different external texture. The textures come from the included files
- * which are part of POV's standard library of textures.
- * ("colors.inc" and "textures.inc" in \povray\include. Also try "stones.inc".)
-
- global
- sky cloudy
- floor tiles
-
- insert before_textures begin_insert
- #include "rshapes.inc"
- #include "colors.inc"
- #include "textures.inc"
- end_insert
-
- texture red external_texture Red_Marble
- texture 2 external_texture PinkAlabaster
- texture 3 external_texture Jade
- texture 4 external_texture DMFWood1
- texture blue external_texture Blue_Agate
- texture 6 external_texture DMFWood4
- texture 7 external_texture White_Marble
- texture orange external_texture Blood_Marble
-
-
- * The other unneeded blocks are left out
- block ELLIPS external Ellipsoid
-